Donations to the archive would be appreciated to help fund our server hardware & storage drives.   New archive software is currently under development, details here.
[326 / 30 / 71]

Subject: Friendly Windows XP leak thread /wxp/

No.77975028 View ViewReplyOriginalReport
Successful build edition: anon did it a while ago >>77965472
Old thread hit bump limit a while ago: >>77971916
current server 2003 (possibly XP?) guide:
>set system time to 2003-08-01(yyyy-mm-dd) before extraction
>extract cabs with batch file that comes with it
>unset Read Only on NT folder (and subfolders/files)
>cd to NT directory
>tools\razzle free offline (or 'tools\razzle offline' for debug)
>wait for shit, close the notepad that opens
>perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH //add -NOPOSTBUILD to run without postbuild to integrate files
>wait for build ...
>if any errors in build.err, run build /ZP (race conditions in timebuild might have made stuff build before their dependency, running build /ZP will try the failed stuff again)
>hopefully now build.err is empty (probably have directui.lib missing error though, either copy from XP or see if there's a built directui.lib and copy to \public\internal\windows\lib\i386\)
>if you copied directui etc run build /ZP again
>once build.err is empty, copy missing files (winlogon.exe & other missing bins, TBA) into binaries.x86fre
>then run
>perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH -RESUME
>hopefully this'll do filter/package/postbuild/etc shit for you without any problems and you'll get a working setup i386 somewhere
>import tools/driver.pfx (double click and hit next on the import wizard)
>after all the steps check binaries.x86fre/build_logs/postbuild.err and grab all the missing files mentioned in there from ISO
>edit tools/postbuildscripts/pbuild.dat and comment out the sxs_make_asms_cabs lines
>grab asms01.cab from w2k3 ISO and put that into binaries.x86fre, and binaries.x86fre/srv/i386, replacing the one thats there
>run timebuild one more time and it should sign all the shit for you, now you should have a working setup inside binaries.x86fre/srv/
>finally use oscdimg to turn that into bootable iso
>oscdimg -n -betfsboot.com D:\binaries.x86fre\srv srv.iso